home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 049a / jsquot11.zip / SAMPLE.BAT < prev   
DOS Batch File  |  1991-10-19  |  650b  |  22 lines

  1. REM This is a sample batch file that would be called by the
  2. REM Silly Little Mail Reader.  In the EDITOR configuration section of
  3. REM SLMR, you will be asked for an editor command line.  Simple call
  4. REM this file (or a modified version to suit your needs) as your
  5. REM editor.
  6. REM ******************************************************************
  7.  
  8. ECHO OFF
  9. C:
  10. CD SLMR
  11.  
  12. REM JSQUOTE is executed and modifies the REPLY.MSG file.
  13.  
  14. JSQUOTE C:\SLMR\MR$WORK\REPLY.MSG
  15. CD\QEDIT
  16.  
  17. REM Since JSQUOTE has already modified the REPLY.MSG file, the file
  18. REM loaded by your editor is not the same on SLMR produced!
  19.  
  20. Q C:\SLMR\MR$WORK\REPLY.MSG
  21.  
  22.